home *** CD-ROM | disk | FTP | other *** search
/ Champak 25 / Volume 25 - JOGO DISK .iso / Games / elementalgame.swf / scripts / frame_8 / DoAction.as
Text File  |  2006-08-22  |  157b  |  10 lines

  1. stop();
  2. _root.hero_mc._y = 260;
  3. _root.hero_mc._x = 25;
  4. _root.exit_mc.gotoAndPlay(1);
  5. if(points <= 52)
  6. {
  7.    points = 33;
  8.    gotoAndStop("stage3");
  9. }
  10.